home *** CD-ROM | disk | FTP | other *** search
/ HamCall (October 1991) / HamCall (Whitehall Publishing)(1991).bin / util / encrypt / lock.doc < prev    next >
Text File  |  1990-10-14  |  1KB  |  52 lines

  1.             PC-Lock V1.0-0
  2.             ==============
  3.  
  4. Overview
  5. ---------
  6.  
  7. PC-Lock allows the user of a PC to 'Lock' a DOS session, thereby inhibiting
  8. unauthorised usage of the machine during short absences such as lunchbreak.
  9.  
  10. The PC-Lock program prompts the user for a password (and re-prompts for
  11. verification), and then prevents any further use of the machine until
  12. the correct password is re-entered.
  13.  
  14. Once PC-Lock has activated (by entering a valid password and verification)
  15. there are only 2 ways to de-activate it:
  16.  
  17.     1: Enter the correct password
  18.     2: Re-boot the machine
  19.  
  20. Re-booting the machine is a rather ham-fisted way of gaining access to the
  21. machine, and will be obvious to the legitimate user, who will then investigate
  22. who has been using the machine in his absence.
  23.  
  24.  
  25. PC-Lock operation
  26. -----------------
  27.  
  28. Example:
  29.  
  30.     C:>lock
  31.  
  32.     PC-Lock v1.0-0
  33.     (c) Copyright 1989 Digital Crypto & Peter Moreton
  34.  
  35.     Lock Password> BATMAN
  36.     Verification> BATMAN
  37.     -- Session locked --
  38.     Lock timestamp: Sun Jul 30 13:35:36 1989
  39.  
  40.     Unlock Password> BITMAN
  41.     Unlock Password> BAPMAN
  42.     Unlock Password> MADBAT
  43.     Unlock Password> BATMAN
  44.     -- Session unlocked --
  45.  
  46.     3 Failed unlock attempts
  47.  
  48.     C:>
  49.  
  50. (Nb: Responses to prompts are NOT echoed, but are shown here for clarity)
  51.  
  52.